Type Property (Recipient Object)
The Type
property specifies the type of the Recipient object; an integer value that
indicates either To, Cc, or Bcc. Read/write.
Syntax
objRecipient.Type
Data Type
Long
Remarks
The Type
property applies to all Recipient objects in the Recipients collection. The
property has the following defined values:
Recipient
type |
Value |
Description |
mapiTo |
1 |
The
recipient is on the To line. |
mapiCc |
2 |
The
recipient is on the Cc line. |
mapiBcc |
3 |
The
recipient is on the Bcc line. |
The Type
property corresponds to the MAPI property PR_RECIPIENT_TYPE.
See Also
Resolve Method (Recipient Object)